System.Runtime.Remoting.RemotingException.RemotingException C# (CSharp) Méthode

RemotingException() public méthode

public RemotingException ( ) : System.Runtime.Remoting
Résultat System.Runtime.Remoting
		public RemotingException() 
				: base(_nullMessage) {
			SetErrorCode(__HResults.COR_E_REMOTING);
		}

Same methods

RemotingException::RemotingException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Remoting
RemotingException::RemotingException ( String message ) : System.Runtime.Remoting
RemotingException::RemotingException ( String message, Exception InnerException ) : System.Runtime.Remoting
RemotingException