CSReportWebServer.NativeMessaging.NativeMessagingException.NativeMessagingException C# (CSharp) Метод

NativeMessagingException() публичный Метод

public NativeMessagingException ( ) : System
Результат System
        public NativeMessagingException() : base("Native messaging exception.") { }
        public NativeMessagingException(string message) : base(message) { }

Same methods

NativeMessagingException::NativeMessagingException ( SerializationInfo info, StreamingContext context ) : System
NativeMessagingException::NativeMessagingException ( string message ) : System
NativeMessagingException::NativeMessagingException ( string message, Exception innerException ) : System
NativeMessagingException