SerializableErrorWrapper.Unwrap(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unwraps an object.
public:
virtual System::Object ^ Unwrap(Type ^ declaredType);
public object Unwrap (Type declaredType);
abstract member Unwrap : Type -> obj
override this.Unwrap : Type -> obj
Public Function Unwrap (declaredType As Type) As Object
Parameters
- declaredType
- Type
The type to which the object should be un-wrapped to.
Returns
The un-wrapped object.