C# Class NCop.IoC.LifetimeStragtegyException

Inheritance: System.ArgumentException
Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
LifetimeStragtegyException ( Exception innerException ) : System
LifetimeStragtegyException ( string message = null ) : System
LifetimeStragtegyException ( string message, Exception innerException ) : System
LifetimeStragtegyException ( string parameterName, string message = null ) : System

Méthodes protégées

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

Method Details

LifetimeStragtegyException() public méthode

public LifetimeStragtegyException ( Exception innerException ) : System
innerException System.Exception
Résultat System

LifetimeStragtegyException() protected méthode

protected LifetimeStragtegyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

LifetimeStragtegyException() public méthode

public LifetimeStragtegyException ( string message = null ) : System
message string
Résultat System

LifetimeStragtegyException() public méthode

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

LifetimeStragtegyException() public méthode

public LifetimeStragtegyException ( string parameterName, string message = null ) : System
parameterName string
message string
Résultat System