Method | Description | |
---|---|---|
CodeCatchClause ( ) : System | ||
CodeCatchClause ( string localName ) : System | ||
CodeCatchClause ( string localName, CodeTypeReference catchExceptionType ) : System |
public CodeCatchClause ( string localName ) : System | ||
localName | string | |
return | System |
public CodeCatchClause ( string localName, CodeTypeReference catchExceptionType ) : System | ||
localName | string | |
catchExceptionType | CodeTypeReference | |
return | System |