C# Class PlasticSCM.CLI.ProcessControllerException

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

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ProcessControllerException ( int exitCode, string message ) : System
ProcessControllerException ( string message ) : System
ProcessControllerException ( string message, Exception innerException ) : System

Private Methods

Méthode Description
ObjectInvariant ( ) : void
ProcessControllerException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

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

ProcessControllerException() public méthode

public ProcessControllerException ( int exitCode, string message ) : System
exitCode int
message string
Résultat System

ProcessControllerException() public méthode

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

ProcessControllerException() public méthode

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