ParkenDD.Api.Models.Exceptions.ApiException.ApiException C# (CSharp) Method

ApiException() public method

public ApiException ( ) : System
return System
        public ApiException()
            : base()
        {
        }

Same methods

ApiException::ApiException ( string message ) : System
ApiException::ApiException ( string message, Exception innerException ) : System
ApiException