C# Class UnexpectedException, ProfessionalCSharp2021

Inheritance: Exception
Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp2021 Class Usage Examples

Méthodes publiques

Méthode Description
UnexpectedException ( string message )
UnexpectedException ( string message, Exception, innerException )

Method Details

UnexpectedException() public méthode

public UnexpectedException ( string message )
message string

UnexpectedException() public méthode

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