Method | Description | |
---|---|---|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object
|
|
UnmanagedException ( string message ) : System |
Initializes new instance of UnmanagedException class
|
|
UnmanagedException ( string message, int errorCode ) : System |
Initializes new instance of UnmanagedException class
|
Method | Description | |
---|---|---|
UnmanagedException ( |
Initializes new instance of UnmanagedException class with serialized data
|
public GetObjectData ( |
||
info | SerializationInfo to populate with data | |
context | The destination for this serialization | |
return | void |
protected UnmanagedException ( |
||
info | SerializationInfo that holds the serialized object data about the exception being thrown | |
context | StreamingContext that contains contextual information about the source or destination | |
return | System |
public UnmanagedException ( string message ) : System | ||
message | string | Message that describes the error |
return | System |
public UnmanagedException ( string message, int errorCode ) : System | ||
message | string | Message that describes the error |
errorCode | int | Error code returned by the last unmanaged function |
return | System |