Thinktecture.Tools.Web.Services.WsdlGenerationException.WsdlGenerationException C# (CSharp) Method

WsdlGenerationException() public method

Initializes a new instance of the WsdlGenerationException class.
public WsdlGenerationException ( ) : System
return System
        public WsdlGenerationException()
        {
        }

Same methods

WsdlGenerationException::WsdlGenerationException ( SerializationInfo serializationInfo, StreamingContext serializationContext ) : System
WsdlGenerationException::WsdlGenerationException ( string message ) : System
WsdlGenerationException::WsdlGenerationException ( string message, Exception inner ) : System
WsdlGenerationException