C# Class AspectSharp.Builder.BuilderException

Inheritance: System.ApplicationException
显示文件 Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
BuilderException ( LexicalInfo info, String message ) : System
BuilderException ( SerializationInfo info, StreamingContext context ) : System
BuilderException ( String message ) : System

Method Details

BuilderException() public method

public BuilderException ( LexicalInfo info, String message ) : System
info AspectSharp.Lang.AST.LexicalInfo
message String
return System

BuilderException() public method

public BuilderException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

BuilderException() public method

public BuilderException ( String message ) : System
message String
return System