System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException C# (CSharp) Метод

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

public SettingsPropertyNotFoundException ( String message, Exception innerException ) : System.Collections.Specialized
message String
innerException System.Exception
Результат System.Collections.Specialized
       public SettingsPropertyNotFoundException(String message, Exception innerException)
           : base(message, innerException)
       {
       }

Same methods

SettingsPropertyNotFoundException::SettingsPropertyNotFoundException ( ) : System.Collections.Specialized
SettingsPropertyNotFoundException::SettingsPropertyNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized
SettingsPropertyNotFoundException::SettingsPropertyNotFoundException ( String message ) : System.Collections.Specialized
SettingsPropertyNotFoundException