Method | Description | |
---|---|---|
BasicObjectParseErrorException ( int index, string basicTypeName, |
Initializes a new instance of the BasicObjectParseErrorException class
|
|
BasicObjectParseErrorException ( int index, string basicTypeName, string message, |
Initializes a new instance of the BasicObjectParseErrorException class
|
public BasicObjectParseErrorException ( int index, string basicTypeName, |
||
index | int | Specify the index of object |
basicTypeName | string | Specify the type name |
innerException | Specify the inner exception | |
return | System |
public BasicObjectParseErrorException ( int index, string basicTypeName, string message, |
||
index | int | Specify the index of object |
basicTypeName | string | Specify the basic type name |
message | string | Specify the exception message |
innerException | Specify the inner exception | |
return | System |