C# Class System.Runtime.Remoting.RemotingException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

RemotingException() public méthode

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

RemotingException() protected méthode

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

RemotingException() public méthode

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

RemotingException() public méthode

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