Méthode | Description | |
---|---|---|
StreamObjectParseErrorException ( int index, string streamObjectTypeName, |
Initializes a new instance of the StreamObjectParseErrorException class
|
|
StreamObjectParseErrorException ( int index, string streamObjectTypeName, string message, |
Initializes a new instance of the StreamObjectParseErrorException class
|
public StreamObjectParseErrorException ( int index, string streamObjectTypeName, |
||
index | int | Specify the index of object |
streamObjectTypeName | string | Specify the stream type name |
innerException | Specify the inner exception | |
Résultat | System |
public StreamObjectParseErrorException ( int index, string streamObjectTypeName, string message, |
||
index | int | Specify the index of object |
streamObjectTypeName | string | Specify the stream type name |
message | string | Specify the exception message |
innerException | Specify the inner exception | |
Résultat | System |