AODL.Utils.ContentMockerException.ContentMockerException C# (CSharp) Method

ContentMockerException() public method

public ContentMockerException ( string message ) : System
message string
return System
		public ContentMockerException(string message) : base(message)
		{
		}
		

Same methods

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