C# Class PetStore.Service.ServiceLayerException

Inheritance: System.Exception
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
ServiceLayerException ( SerializationInfo info, StreamingContext context ) : System
ServiceLayerException ( string message ) : System
ServiceLayerException ( string message, Exception innerException ) : System

Method Details

ServiceLayerException() public méthode

public ServiceLayerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ServiceLayerException() public méthode

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

ServiceLayerException() public méthode

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