System.Web.HttpException.CreateFromLastError C# (CSharp) Méthode

CreateFromLastError() public static méthode

public static CreateFromLastError ( string message ) : HttpException
message string
Résultat HttpException
		public static HttpException CreateFromLastError (string message)
		{
			WebTrace.WriteLine ("CreateFromLastError");
			return new HttpException (message, 0);
		}