C# Class ServiceStack.Text.Tests.DynamicModels.DataModel.CustomException

Inheritance: System.Exception
Afficher le fichier Open project: ServiceStack/ServiceStack.Text

Méthodes publiques

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

Méthodes protégées

Méthode Description
CustomException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CustomException() public méthode

public CustomException ( ) : System
Résultat System

CustomException() protected méthode

protected CustomException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
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