C# Class UnexpectedException, ProfessionalCSharp2021

Inheritance: Exception
ファイルを表示 Open project: ProfessionalCSharp/ProfessionalCSharp2021 Class Usage Examples

Public Methods

Method Description
UnexpectedException ( string message )
UnexpectedException ( string message, Exception, innerException )

Method Details

UnexpectedException() public method

public UnexpectedException ( string message )
message string

UnexpectedException() public method

public UnexpectedException ( string message, Exception, innerException )
message string
innerException Exception,