System.Web.HttpException.CreateFromLastError C# (CSharp) Метод

CreateFromLastError() публичный статический Метод

public static CreateFromLastError ( string message ) : HttpException
message string
Результат HttpException
		public static HttpException CreateFromLastError (string message)
		{
			WebTrace.WriteLine ("CreateFromLastError");
			return new HttpException (message, 0);
		}