Click or drag to resize
ServiceRegistrationException Constructor
Overload List
  NameDescription
Public methodServiceRegistrationException
Initializes a new instance of the ServiceRegistrationException class with default values.
Public methodServiceRegistrationException(String)
Initializes a new instance of the ServiceRegistrationException class with a specified error message.
Protected methodServiceRegistrationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServiceRegistrationException class with serialized data.
Public methodServiceRegistrationException(String, Exception)
Initializes a new instance of the ServiceRegistrationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also