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);
		}