C# Class System.Runtime.Remoting.ServerException

Inheritance: System.SystemException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
ServerException ( ) : System.Runtime.Remoting
ServerException ( String message ) : System.Runtime.Remoting
ServerException ( String message, Exception InnerException ) : System.Runtime.Remoting

Private Methods

Méthode Description
ServerException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Remoting

Method Details

ServerException() public méthode

public ServerException ( ) : System.Runtime.Remoting
Résultat System.Runtime.Remoting

ServerException() public méthode

public ServerException ( String message ) : System.Runtime.Remoting
message String
Résultat System.Runtime.Remoting

ServerException() public méthode

public ServerException ( String message, Exception InnerException ) : System.Runtime.Remoting
message String
InnerException System.Exception
Résultat System.Runtime.Remoting