Метод | Описание | |
---|---|---|
GetObjectData ( |
When overridden in a derived class, sets the T:System.Runtime.Serialization.SerializationInfo with information about the exception.
|
|
MappingException ( ) : System |
Initializes a new instance of the MappingException class.
|
|
MappingException ( |
Initializes a new instance of the MappingException class.
|
|
MappingException ( |
Initializes a new instance of the MappingException class.
|
|
MappingException ( string message ) : System |
Initializes a new instance of the MappingException class.
|
|
MappingException ( string message, |
Initializes a new instance of the MappingException class.
|
|
MappingException ( string message, |
Initializes a new instance of the MappingException class.
|
Метод | Описание | |
---|---|---|
MappingException ( |
Initializes a new instance of the MappingException class.
|
public GetObjectData ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | void |
protected MappingException ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | System |
public MappingException ( |
||
sourceType | Type of the source. | |
targetType | Type of the target. | |
sourceMember | string | The source member. |
targetMember | string | The target member. |
Результат | System |
public MappingException ( |
||
sourceType | Type of the source. | |
targetType | Type of the target. | |
sourceMember | string | The source member. |
targetMember | string | The target member. |
innerException | The inner exception. | |
Результат | System |
public MappingException ( string message ) : System | ||
message | string | The message. |
Результат | System |
public MappingException ( string message, |
||
message | string | The exception message. |
inner | The inner exception. | |
Результат | System |
public MappingException ( string message, |
||
message | string | The exception message. |
sourceType | Type of the source. | |
targetType | Type of the target. | |
sourceMember | string | The source member. |
targetMember | string | The target member. |
innerException | The inner exception. | |
Результат | System |