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