C# Class ServiceStack.Server.Tests.Messaging.CustomException

Inheritance: System.Exception
Afficher le fichier Open project: ServiceStack/ServiceStack Class Usage Examples

Méthodes publiques

Méthode Description
CustomException ( ) : System
CustomException ( string message ) : System
CustomException ( string message, Exception innerException ) : System

Method Details

CustomException() public méthode

public CustomException ( ) : System
Résultat System

CustomException() public méthode

public CustomException ( string message ) : System
message string
Résultat System

CustomException() public méthode

public CustomException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System