[ObsoleteAttribute("In safe mode neither typeResolver nor file references are allowed")]
public Object? GetValueSafe(
ITypeResolutionService? typeResolver,
string? basePath = null,
bool cleanupRawData = false
)
<ObsoleteAttribute("In safe mode neither typeResolver nor file references are allowed")>
Public Function GetValueSafe (
typeResolver As ITypeResolutionService,
Optional basePath As String = Nothing,
Optional cleanupRawData As Boolean = false
) As Object
public:
[ObsoleteAttribute(L"In safe mode neither typeResolver nor file references are allowed")]
Object^ GetValueSafe(
ITypeResolutionService^ typeResolver,
String^ basePath = nullptr,
bool cleanupRawData = false
)
[<ObsoleteAttribute("In safe mode neither typeResolver nor file references are allowed")>]
member GetValueSafe :
typeResolver : ITypeResolutionService *
?basePath : string *
?cleanupRawData : bool
(* Defaults:
let _basePath = defaultArg basePath null
let _cleanupRawData = defaultArg cleanupRawData false
*)
-> Object
TypeLoadException | The corresponding type or its container assembly could not be loaded. |
SerializationException | An error occurred during the binary deserialization of the resource. |
FileNotFoundException | The resource is a file reference and the referenced file cannot be found. |
NotSupportedException | Unsupported MIME type or an appropriate type converter is not available.
-or- typeResolver is not . -or- FileRef is not . |