C# Class WilderMinds.MetaWeblog.MetaWeblogException

Inheritance: System.Exception
Datei anzeigen Open project: shawnwildermuth/MetaWeblog Class Usage Examples

Public Methods

Method Description
MetaWeblogException ( string message, int code = 1 ) : System

Method Details

MetaWeblogException() public method

public MetaWeblogException ( string message, int code = 1 ) : System
message string
code int
return System