C# Class System.Runtime.Remoting.RemotingTimeoutException

Inheritance: RemotingException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

RemotingTimeoutException() public méthode

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

RemotingTimeoutException() public méthode

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

RemotingTimeoutException() public méthode

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