C# Class System.CodeDom.CodeThrowExceptionStatement

Inheritance: CodeStatement
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CodeThrowExceptionStatement ( ) : System.Diagnostics
CodeThrowExceptionStatement ( System.CodeDom.CodeExpression toThrow ) : System.Diagnostics

Method Details

CodeThrowExceptionStatement() public méthode

public CodeThrowExceptionStatement ( ) : System.Diagnostics
Résultat System.Diagnostics

CodeThrowExceptionStatement() public méthode

public CodeThrowExceptionStatement ( System.CodeDom.CodeExpression toThrow ) : System.Diagnostics
toThrow System.CodeDom.CodeExpression
Résultat System.Diagnostics